'DeclarationPublic Overloads Shared Function Create( _ ByVal code As UInteger, _ ByVal e As Exception, _ ByVal format As String, _ ByVal ParamArray args() As Object _ ) As ServiceResultException
'UsageDim code As UInteger Dim e As Exception Dim format As String Dim args() As Object Dim value As ServiceResultException value = ServiceResultException.Create(code, e, format, args)
public static ServiceResultException Create( uint code, Exception e, string format, params object[] args )
public: static ServiceResultException^ Create( uint code, Exception^ e, String^ format, ... array<Object^>^ args )
Parameters
- code
 - e
 - format
 - args